Skip to content

Stabilize 3.2 APIs #15197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 19, 2022
Merged

Stabilize 3.2 APIs #15197

merged 3 commits into from
May 19, 2022

Conversation

nicolasstucki
Copy link
Contributor

Stabilize the following APIs:

  • scala.deriving.Mirror.fromTuple
  • scala.Tuple.:*" and scala.Tuple.Append`
  • scala.NonEmptyTuple.init and scala.Tuple.Init,
  • scala.NonEmptyTuple.last and scala.Tuple.Last,
  • scala.quoted.Quotes.reflectModule.AppliedTypeModule.apply
  • scala.quoted.Quotes.reflectModule.SymbolMethods.asQuotes
  • scala.quoted.Quotes.reflectModule.SymbolMethods.termRef
  • scala.quoted.Quotes.reflectModule.SymbolMethods.typeRef
  • scala.quoted.Quotes.reflectModule.TypeReprMethods.substituteTypes
  • scala.quoted.Quotes.reflectModule.TypeReprMethods.typeArgs
  • scala.quoted.Quotes.reflectModule.TypeTreeModule.ref
  • scala.Predef.eq
  • scala.Predef.ne

@nicolasstucki nicolasstucki added this to the 3.2.0-RC1 milestone May 16, 2022
@nicolasstucki nicolasstucki force-pushed the stabilize-3.2-apis branch 3 times, most recently from 5a9e976 to 5795665 Compare May 19, 2022 12:25
Stabilize the following APIs:

* `scala.deriving.Mirror.fromTuple`
* `scala.Tuple.:*" and `scala.Tuple.Append`
* `scala.NonEmptyTuple.init` and `scala.Tuple.Init`,
* `scala.NonEmptyTuple.last` and `scala.Tuple.Last`,
* `scala.quoted.Quotes.reflectModule.AppliedTypeModule.apply`
* `scala.quoted.Quotes.reflectModule.SymbolMethods.asQuotes`
* `scala.quoted.Quotes.reflectModule.SymbolMethods.termRef`
* `scala.quoted.Quotes.reflectModule.SymbolMethods.typeRef`
* `scala.quoted.Quotes.reflectModule.TypeReprMethods.substituteTypes`
* `scala.quoted.Quotes.reflectModule.TypeReprMethods.typeArgs`
* `scala.quoted.Quotes.reflectModule.TypeTreeModule.ref`
* `scala.Predef.eq`
* `scala.Predef.ne`
Co-authored-by: Guillaume Martres <smarter@ubuntu.com>
@nicolasstucki nicolasstucki enabled auto-merge May 19, 2022 16:15
@bishabosha bishabosha added the release-notes Should be mentioned in the release notes label May 19, 2022
@nicolasstucki nicolasstucki merged commit 5a6f16a into scala:main May 19, 2022
@nicolasstucki nicolasstucki deleted the stabilize-3.2-apis branch May 19, 2022 20:08
@Kordyjan Kordyjan modified the milestones: 3.2.0-RC1, 3.2.0 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes Should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants